home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / prg_casm / tran20.zip / README.DOC < prev    next >
Text File  |  1996-01-09  |  9KB  |  172 lines

  1. File Dated:  01/08/96
  2. ******************************************************************************
  3.                                   TRAN
  4.                     (TechniLib Random Number Functions)
  5.  
  6.               Copyright 1995, 1996 by TechniLib (TM) Company
  7.                            All Rights Reserved
  8.  
  9. ******************************************************************************
  10. Explanation of Archive Contents
  11. ******************************************************************************
  12.  
  13. MICROSOF.ZIP     Archive containing libraries and header file for Microsoft 
  14.                  C and C++ languages.
  15.   TRAN.LIB       Library containing random number generator functions.  To
  16.                  be used with the small memory model only.
  17.   TRAN.H         Header file for TRAN.LIB.
  18.   REGISTRD.ZIP   Password-protected archive containing TRAN libraries for
  19.                  all memory models.  The files in this archive are named
  20.                  TRANm.LIB where m = s, m, c, l; corresponding to small,
  21.                  medium, compact, and large memory models.
  22.  
  23. BORLAND.ZIP      Archive containing libraries and header file for Borland
  24.                  C and C++ languages.
  25.   TRAN.LIB       Library containing random number generator functions.  To
  26.                  be used with the small memory model only.
  27.   TRAN.H         Header file for TRAN.LIB.
  28.   REGISTRD.ZIP   Password-protected archive containing TRAN libraries for
  29.                  all memory models.  The files in this archive are named
  30.                  TRANm.LIB where m = s, m, c, l; corresponding to small,
  31.                  medium, compact, and large memory models.
  32.  
  33. WATCOM.ZIP       Archive containing libraries and header file for Watcom
  34.                  C and C++ languages.
  35.   TRAN.LIB       Library containing random number generator functions.  To
  36.                  be used with the small memory model only.
  37.   TRAN.H         Header file for TRAN.LIB.
  38.   REGISTRD.ZIP   Password-protected archive containing TRAN libraries for
  39.                  all memory models.  The files in this archive are named
  40.                  TRANm.LIB where m = s, m, c, l; corresponding to small,
  41.                  medium, compact, and large memory models.
  42.  
  43. TRAN.DOC         Instruction manual for TRAN.
  44. EXAMPLE.C        Example C program using TRAN.
  45. EMAIL.REG        Form to be used for email registration using credit card.
  46. CCMIXER.EXE      Program for encrypting credit card numbers.
  47.  
  48. ******************************************************************************
  49. Limitations to Shareware Version of TRAN
  50. ******************************************************************************
  51.  
  52.   TRAN.LIB is fully functional but is designed for the small memory model 
  53. only.  Use this library to examine and test the software.  Registrants will 
  54. be supplied a password to open REGISTRD.ZIP.  This archive contains libraries 
  55. for all memory models.  The quickest means of obtaining the password is by 
  56. emailing the file EMAIL.REG to TechniLib.  A password will then be emailed to 
  57. the registrant. 
  58.  
  59. ******************************************************************************
  60. Registration Information
  61. ******************************************************************************
  62.  
  63.    The easiest way to register TRAN is by email.  See the file EMAIL.REG 
  64. for further information.  TRAN may also be registered by sending $25 to:
  65.  
  66. TechniLib
  67. P.O. Box 6818
  68. Jackson, MS 39282
  69.  
  70. No form is required.  If payment is by check, then "TRAN" should be written 
  71. on the check; otherwise, an explanatory note should be enclosed.  A return 
  72. address or email address should also be supplied.  This address will be used 
  73. to send the registrant a password for opening REGISTRD.ZIP.  Registrants will 
  74. also be sent a registration number.  Invoices will be sent by postal mail 
  75. upon request.
  76.  
  77. ******************************************************************************
  78. Finding the Most Current Version of TRAN
  79. ******************************************************************************
  80.  
  81.    A current version of TRAN will be maintained on CompuServe in a Microsoft 
  82. forum (GO MSLANG) under C or C++ directories, and in a Borland forum 
  83. (GO BCPPDOS) under C or C++ directories.  A current version will also be 
  84. maintained on EXEC-PC BBS (414-789-4360) in the Mahoney IBM Compatible DOS 
  85. area.  Internet users should find a current version in the SimTel archives at 
  86. ftp.coast.net under /SimTel/msdos/c.  Expect the filename to be TRANvv.ZIP, 
  87. where vv denotes the version number.  Keywords for TRAN include: RANDOM,
  88. UNIFORM, NORMAL, GAMMA, BETA, BINOMIAL, NEGATIVE_BINOMIAL, POISSON, DOS,
  89. C, LIBRARY, TECHNILIB.
  90.  
  91. ******************************************************************************
  92. TechniLib Products
  93. ******************************************************************************
  94.  
  95.    TechniLib supplies numerous useful libraries to C, C++, and Assembly 
  96. language programmers.  Libraries are also available for BASIC, PASCAL, 
  97. FORTRAN, and other languages.  All TechniLib libraries are written in 
  98. assembly code; therefore, they are extremely fast and relatively small.
  99. These libraries can typically be found on CompuServe (GO MSLANG or GO
  100. BCPPDOS).  Do a keyword search for TECHNILIB.  Interested parties may
  101. also send inquiries directly to TechniLib by email.
  102.  
  103. Library    Description
  104. --------   -----------
  105. XLIB.LIB   A DOS extender library for protected-mode programming.  
  106.            Assembly languages programmers can be using the flat protected-
  107.            mode memory model with the inclusion of only one line in their
  108.            code.  XLIB may also be used by high-level languages.  XLIB
  109.            can operate in the absence of DOS and may therefore be used to 
  110.            develop protected-mode programs for embedded applications.
  111.            Contact TechniLib for details.
  112.  
  113. TXMS.LIB   An interface to XMS (HIMEM.SYS) for C and C++.  Provides very
  114.            easy access to extended memory.
  115.  
  116. BSTR.LIB   BASIC-style string functions for C and C++.  
  117.  
  118. TCIO.LIB   IO functions for C and C++.  Featuring tprintf(), a function
  119.            which emulates printf(), but which enables color printing and
  120.            other formating features.  tprintf() is over 15 times faster
  121.            than printf().  Also featuring editstr(), a powerful string
  122.            editor.
  123.  
  124. TDAT.LIB   Date and time functions for C and C++.
  125.  
  126. TRAN.LIB   High-performance Random number generation functions for C and C++.  
  127.            Functions included for most popular probability distributions.
  128.  
  129. TDIG.LIB   Functions for finding all polynomial roots.  Handles polynomials
  130.            with both real and complex coefficients.  Other useful
  131.            polynomial functions are included.
  132.  
  133. BEXE.ZIP   Contains a program which prepares a floppy diskette to boot
  134.            a computer with a user-defined executable.  The executable
  135.            must be formatted as a DOS EXE file, but must be designed to
  136.            run in the absence of DOS.
  137.  
  138. ARBY.ZIP   Arbitrary Precision.  Contains functions to perform floating
  139.            point operations on user-defined floating point numbers.  The
  140.            user may select any degree of precision.  Contact TechniLib
  141.            for details.
  142.  
  143. TPROB.LIB  Various probability function (density functions, cumulative
  144.            density functions, etc.) for most of the popular distributions.
  145.            Contact TechniLib for details.
  146.  
  147. ******************************************************************************
  148. Communicating with TechniLib
  149. ******************************************************************************
  150.  
  151.    Send questions, comments, bug reports, etc. to:
  152.  
  153. Dr. David Pyles
  154. TechniLib
  155. P.O. Box 6818
  156. Jackson, MS 39282
  157.  
  158. phone:  601-372-7433
  159.  
  160.    You can also communicate with TechniLib via CompuServe or Internet 
  161. electronic mail.  Direct CompuServe mail to user ID: 74730,167.  Internet 
  162. users should use the address: davidpyles@delphi.com.  Internet users may 
  163. also send email to 74730.167@compuserve.com.
  164.  
  165. ******************************************************************************
  166. Contracted Programming and Consultation
  167. ******************************************************************************
  168.  
  169.    TechniLib will perform contract programming at competitive rates.
  170. TechniLib will also serve as a consultant to other programmers.  Contact
  171. TechniLib through the channels presented above.
  172.